SciChart.Core Assembly > TinyMessenger Namespace > ITinyMessengerHub Interface > Subscribe Method : Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,Boolean) Method
Type of message
Action to invoke when message is delivered
The message filter.
Use strong references to destination and deliveryAction
Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,Boolean) Method
Subscribe to a message type with the given destination and delivery action with the given filter. All references are held with WeakReferences Only messages that "pass" the filter will be delivered.
Syntax

Parameters

deliveryAction
Action to invoke when message is delivered
messageFilter
The message filter.
useStrongReferences
Use strong references to destination and deliveryAction

Type Parameters

TMessage
Type of message

Return Value

TinyMessageSubscription used to unsubscribing
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also